From 2a8446bdec9a47d545902d5b32c00cf1702c0958 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 19 Feb 2014 19:36:55 -0500 Subject: [PATCH] Add docs --- gtk/gtkfilechooserwidget.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index 8e055e08f3..fb50f73e63 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -91,6 +91,19 @@ #include #endif +/** + * SECTION:gtkfilechooserwidget + * Short_description: A file chooser widget + * @Title: GtkFileChooserWidget + * @See_also: #GtkFileChooserDialog + * + * #GtkFileChooserWidget is a widget for choosing files. + * It exposes the #GtkFileChooser interface, and you should + * use the methods of this interface to interact with the + * widget. + */ + + /* Values for GtkSelection-related "info" fields */ #define SELECTION_TEXT 0 #define SELECTION_URI 1 -- 2.30.2